f1e016
@@ -86,7 +86,7 @@
public Object process(Node nd, Stack<Node> stack, NodeProcessorCtx procCtx,
         return null;
       }
       ExprNodeConstantDesc c = (ExprNodeConstantDesc) condition;
-      if (c.getValue() != Boolean.FALSE) {
+      if (!Boolean.FALSE.equals(c.getValue())) {
         return null;
       }
 
